home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TREPLACEDLG / TREPLACEDLG.txt
Text File  |  2004-10-12  |  2KB  |  90 lines

  1. inherited ReplaceDlg: TReplaceDlg
  2.   HelpContext = 11023
  3.   Caption = 'Replace Text'
  4.   ClientHeight = 281
  5.   ClientWidth = 381
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited Label1: TLabel
  9.     Left = 24
  10.     Width = 56
  11.     Alignment = taRightJustify
  12.     Caption = '&Text to find:'
  13.   end
  14.   object Label2: TLabel [1]
  15.     Left = 16
  16.     Top = 37
  17.     Width = 65
  18.     Height = 13
  19.     Alignment = taRightJustify
  20.     Caption = 'Rep&lace with:'
  21.     FocusControl = eReplace
  22.   end
  23.   inherited gbOptions: TGroupBox
  24.     Top = 64
  25.     Width = 201
  26.     Height = 89
  27.     TabOrder = 9
  28.     inherited cbRegExp: TCheckBox
  29.       Top = 68
  30.     end
  31.     object cbPrompt: TCheckBox
  32.       Left = 8
  33.       Top = 50
  34.       Width = 185
  35.       Height = 17
  36.       Caption = '&Prompt on replace'
  37.       TabOrder = 3
  38.     end
  39.   end
  40.   inherited rScope: TRadioGroup
  41.     Top = 160
  42.     Width = 201
  43.   end
  44.   inherited rOrigin: TRadioGroup
  45.     Left = 216
  46.     Top = 160
  47.   end
  48.   inherited Button1: TButton
  49.     Left = 22
  50.     Top = 240
  51.     TabOrder = 8
  52.   end
  53.   inherited Button2: TButton
  54.     Left = 208
  55.     Top = 240
  56.   end
  57.   inherited bHelp: TButton
  58.     Left = 288
  59.     Top = 240
  60.   end
  61.   inherited eText: TComboBox
  62.     Left = 88
  63.     Top = 7
  64.     Width = 281
  65.   end
  66.   object bReplaceAll: TButton [9]
  67.     Left = 104
  68.     Top = 240
  69.     Width = 97
  70.     Height = 25
  71.     Caption = 'Replace &All...'
  72.     ModalResult = 6
  73.     TabOrder = 5
  74.   end
  75.   object eReplace: TComboBox [10]
  76.     Left = 88
  77.     Top = 32
  78.     Width = 281
  79.     Height = 21
  80.     ItemHeight = 13
  81.     TabOrder = 1
  82.     OnKeyDown = eReplaceKeyDown
  83.   end
  84.   inherited gbDirection: TGroupBox
  85.     Left = 216
  86.     Top = 64
  87.     Height = 89
  88.   end
  89. end
  90.